Loading tests/assignment-1/a1-tests.bats +0 −2 Original line number Diff line number Diff line Loading @@ -159,8 +159,6 @@ setup() { } @test "[EXERCISE 20] File 'coins.txt' was created" { bash -c "$(awk '/# EXERCISE 20$/{flag=1; next} /# EXERCISE/{flag=0} flag' ./commands.sh)" assert_file_exists './coins.txt' assert_file_not_empty './coins.txt' } Loading Loading
tests/assignment-1/a1-tests.bats +0 −2 Original line number Diff line number Diff line Loading @@ -159,8 +159,6 @@ setup() { } @test "[EXERCISE 20] File 'coins.txt' was created" { bash -c "$(awk '/# EXERCISE 20$/{flag=1; next} /# EXERCISE/{flag=0} flag' ./commands.sh)" assert_file_exists './coins.txt' assert_file_not_empty './coins.txt' } Loading