X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT380-atomicity.sh;h=0f9e6d2e2bc4169127304d75669adabf2f557e2f;hb=e663231681b129befadd9f66cb064c104149fb16;hp=afe49d93d5f005fc57a76cb076814783e895ec6f;hpb=8dbd5deb8d3bbfda9554163c8d4cb2474c505c87;p=notmuch diff --git a/test/T380-atomicity.sh b/test/T380-atomicity.sh index afe49d93..0f9e6d2e 100755 --- a/test/T380-atomicity.sh +++ b/test/T380-atomicity.sh @@ -71,8 +71,8 @@ if test_require_external_prereq gdb; then # Check output against golden output outcount=$(cat outcount) - echo -n > searchall - echo -n > expectall + : > searchall + : > expectall for ((i = 0; i < $outcount; i++)); do if ! cmp -s search.$i expected; then # Find the range of interruptions that match this output