]> git.marmaro.de Git - mmh/blobdiff - test/tests/whatnow/test-ls
mhl and mhbuild ignore to long lines
[mmh] / test / tests / whatnow / test-ls
index e0dc9696264defe1fee191bb9b046a7bf532d52e..474b505b17eb633e880d010d90860df67aec74c9 100644 (file)
@@ -24,10 +24,14 @@ boz
 EOF
 
 cat > $expectederr <<EOF
+whatnow: whatnow is deprecated. Consider switching to whatnow2.
 EOF
 
+# create a draft message
+comp -whatnow true
+
 # NB use of sort as the order of output of ls is not guaranteed
-echo 'ls' | whatnow -noedit -prompt '' 2> "$actualerr" | sort > "$actual"
+echo 'ls' | whatnow -prompt '' 2> "$actualerr" | sort > "$actual"
 
 diff -u $expectederr $actualerr
 diff -u $expected $actual