Commit c82daf31 authored by Giannis Kepas's avatar Giannis Kepas
Browse files

do not exec nano

parent edd800fe
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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'
}