Skip to content

Commit

Permalink
Update test.sh
Browse files Browse the repository at this point in the history
Fix a SECOND mktemp template
  • Loading branch information
rpgoldman authored Oct 23, 2023
1 parent 4fcea07 commit 27bea6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shop3/buildapp/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ elif [ "$RES" != "$EXPECTED" ]; then
fi

echo "Test ESS-SHOP with 1 argument"
INPUT=$(mktemp -t "input")
INPUT=$(mktemp -t "input.XXXXXXXXXXX")
cat logistic.lisp > ${INPUT}
cat Log_ran_problems_15.lisp >> ${INPUT}
RES=$(ess-shop ${INPUT} | shop_plan_only)
Expand Down

0 comments on commit 27bea6f

Please sign in to comment.