We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24485c2 commit fc4631bCopy full SHA for fc4631b
teme/proiect-etapa2-league-of-oop/checker/checker.sh
@@ -32,7 +32,7 @@ function checkTest
32
java main.Main "$RESOURCES_DIRECTORY/in/$1.in" "$RESOURCES_DIRECTORY/out/$1.out" > /dev/null
33
34
if [ $? -eq 0 ]; then
35
- `diff -Bw -u --ignore-all-space $RESOURCES_DIRECTORY/out/$1.out $RESOURCES_DIRECTORY/res/$1.in.res &> /dev/null`
+ `diff -Bw -u --ignore-all-space "$RESOURCES_DIRECTORY/out/$1.out" "$RESOURCES_DIRECTORY/res/$1.in.res" &> /dev/null`
36
DIFF_RESULT=$?
37
38
if [ $DIFF_RESULT -eq 0 ]; then
0 commit comments