Fix typos in pt-summary tests from r85.

This commit is contained in:
Daniel Nichter
2011-08-19 11:20:40 -06:00
parent 94e6b7a5e8
commit 8e31dcc6cd
3 changed files with 16 additions and 16 deletions

View File

@@ -82,7 +82,7 @@ run_test() {
local t_dir=$(dirname $t)
TEST_FILE=$(basename $t)
cd $t_dir
source $TEST_FILE
source ./$TEST_FILE
cd $cwd
return $?