Skip to content

Commit

Permalink
Remove test, the command '.' might be treated specially through alias…
Browse files Browse the repository at this point in the history
…ing etc.
  • Loading branch information
minhqdao committed Jul 31, 2024
1 parent 4268c7b commit 546c9d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/run_f_test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ program run_f_test
if (str /= '') call fail("Invalid command 'abc' has output.")
if (.not. has_error) call fail("Invalid command 'abc' did not fail.")

str = run('.', has_error)
if (str /= '') call fail("Invalid command '.' has output.")
if (.not. has_error) call fail("Invalid command '.' did not fail.")

print *, achar(10)//achar(27)//'[92m All tests passed.'//achar(27)

contains
Expand Down

0 comments on commit 546c9d4

Please sign in to comment.