]> git.notmuchmail.org Git - notmuch/blobdiff - test/T380-atomicity.sh
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / test / T380-atomicity.sh
index afe49d93d5f005fc57a76cb076814783e895ec6f..0f9e6d2e2bc4169127304d75669adabf2f557e2f 100755 (executable)
@@ -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