Skip to content

Commit

Permalink
Use test
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Dec 5, 2024
1 parent 7fb4fa6 commit e4a0a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run.exp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ expect {
}
}
expect "pi@raspberrypi:~$ "
send "if ! [[ -f /var/log/test.txt ]]; then echo Failed; fi\r"
send "test -f /var/log/test.txt || echo Failed\r"
expect {
"Failed" {
set retval 1
Expand Down

0 comments on commit e4a0a16

Please sign in to comment.