]> diplodocus.org Git - nmh/blobdiff - test/oauth/test-mhlogin
Replaced use of ! with || true, for ultimate Bourne shell compatiblity.
[nmh] / test / oauth / test-mhlogin
index 87b3b2c15573bf8505ec4aad72bd8c107a497f2e..16e3f90217e5b5e16a3c509acb7a2020708733b5 100755 (executable)
@@ -10,7 +10,7 @@ fi
 
 . "${srcdir}/test/oauth/common.sh"
 
-! mhlogin - >/dev/null 2>&1 # gcov
+mhlogin - >/dev/null 2>&1 || true  # gcov
 
 expect_no_creds() {
     cat /dev/null > "${MHTMPDIR}/$$.expected-creds"