Skip to content

Commit

Permalink
pack test: be explicit about using /bin/chmod as there is also a test…
Browse files Browse the repository at this point in the history
… binary named `chmod`
  • Loading branch information
sidkshatriya authored and rocallahan committed Jul 2, 2024
1 parent a2b50f4 commit 5170a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/pack.run
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dd bs=1 count=65539 if=/dev/urandom of=mapped_file >& /dev/null
dd bs=1 count=65539 if=/dev/urandom of=mapped_file2 >& /dev/null
dd bs=1 count=1800 if=/dev/urandom of=mapped_file3 >& /dev/null
dd bs=1 count=1800 if=/dev/urandom of=mapped_file4 >& /dev/null
chmod u+x mapped_file*
/bin/chmod u+x mapped_file*
record pack$bitness

pack || failed "'rr pack' failed"
Expand Down

0 comments on commit 5170a31

Please sign in to comment.