Skip to content

Commit 50d5fe9

Browse files
committed
Fix test typo
Signed-off-by: mdouglas47 <[email protected]>
1 parent 41f203c commit 50d5fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/compare_results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ for sqlfile in $sqlfiles; do
8484
echo "see diffs here: $HOSTNAME"
8585
echo "> diff -u ${PWD}/{$testname.$exp_extn,$testname.output}"
8686
echo "first 10 lines of the diff:"
87-
$cmd | head -10
87+
diff $testname.$exp_extn $testname.output | head -10
8888
echo
8989
exit 1
9090
fi

0 commit comments

Comments
 (0)