Skip to content

Commit

Permalink
Fix race condition in zignature tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radare authored and trufae committed Dec 21, 2023
1 parent 0b9ddfd commit 8d56654
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/db/cmd/cmd_zignature
Original file line number Diff line number Diff line change
Expand Up @@ -1796,19 +1796,19 @@ RUN
NAME=Saves and loads r2 zignatures without r2 extension
FILE=-
CMDS=<<EOF
rm .tmp_file
rm .tmp_file2
za s1 x xref1
za s2 r ref1
za s3 n sym1
za s4 n sym2
z* > .tmp_file
z* > .tmp_file2
z-*
zo .tmp_file
zo .tmp_file2
z~s1
z~s2
z~s3
z~s4
rm .tmp_file
rm .tmp_file2
EOF
EXPECT=<<EOF
s1:
Expand Down

0 comments on commit 8d56654

Please sign in to comment.