Skip to content

Commit

Permalink
Try find command another way
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Jul 1, 2024
1 parent bd0b77d commit 75294b1
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 @@ -32,7 +32,7 @@ expect {
exp_continue
}
"pi@raspberrypi:~$ " {
send "find /opt/zram/. -exec touch {} \;\r"
send "find /opt/zram/* -exec bash -c 'touch \"{}\"' - \;\r"
}
"Login incorrect" {
exit 1
Expand Down

0 comments on commit 75294b1

Please sign in to comment.