Skip to content

Commit

Permalink
copying easier without quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bueler committed Mar 31, 2024
1 parent da8d465 commit a6ef4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c/testit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi

if [[ ! -f output/$1.test$4 ]]; then
echo "FAIL: Test #$4 of $CURRDIR/$1"
echo " command = '$CMD'"
echo " command = $CMD"
echo " OUTPUT MISSING"

else
Expand All @@ -35,7 +35,7 @@ else

if [[ -s difftmp ]] ; then
echo "$FAIL: Test #$4 of $CURRDIR/$1"
echo " command = '$CMD'"
echo " command = $CMD"
echo " diffs follow:"
cat difftmp
else
Expand Down

0 comments on commit a6ef4ec

Please sign in to comment.