Skip to content

Commit

Permalink
Fix runtest.sh again
Browse files Browse the repository at this point in the history
  • Loading branch information
yisiox committed Feb 12, 2024
1 parent 0217e18 commit 875e8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text-ui-test/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ then
fi

# run the program, feed commands from input.txt file and redirect the output to the ACTUAL.TXT
java -classpath ../bin Duke < input.txt > ACTUAL.TXT
java -classpath ../bin Earl < input.txt > ACTUAL.TXT

# convert to UNIX format
cp EXPECTED.TXT EXPECTED-UNIX.TXT
Expand Down

0 comments on commit 875e8e7

Please sign in to comment.