Skip to content

Commit

Permalink
Don't save the exe twice in pack_dir test
Browse files Browse the repository at this point in the history
Otherwise the test may fail because the file attributes (mtime in particular)
changed.
  • Loading branch information
Keno authored and rocallahan committed Sep 28, 2024
1 parent 8be910b commit 3a5a49e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/pack_dir.run
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
source `dirname $0`/util.sh

record simple$bitness
record simple$bitness
save_exe simple$bitness
just_record simple$bitness-$nonce
just_record simple$bitness-$nonce

mkdir the_pack_dir

Expand Down

0 comments on commit 3a5a49e

Please sign in to comment.