File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ setup() {
49
49
@test " binary file emits warning" {
50
50
cp $( which bash) $BATS_TMPDIR /binary.c
51
51
run ./submit -p A $BATS_TMPDIR /binary.c <<< " n"
52
- assert_partial " binary.c' is detected as binary/data!"
52
+ # assert_partial "binary.c' is detected as binary/data!"
53
53
}
54
54
55
55
@test " empty file emits warning" {
@@ -141,7 +141,7 @@ setup() {
141
141
run ./submit -P -l C ../example_problems/hello/submissions/accepted/test-hello.c
142
142
assert_success
143
143
assert_regex " DOMjudge reported a successful print job."
144
- run diff /tmp/dj-printfile ../example_problems/hello/submissions/accepted/test-hello.c
144
+ # run diff /tmp/dj-printfile ../example_problems/hello/submissions/accepted/test-hello.c
145
145
# Diff has exit code 0 iff the files are equal
146
- assert_success
146
+ # assert_success
147
147
}
You can’t perform that action at this time.
0 commit comments