From 93e2b1e8229fcbc6ebeeff67a61f1cedcd5a9ea005dff892184d4ecca504659d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 21 Apr 2011 18:22:39 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=65 --- zsh-4.3.11-disable-c02cond-test.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 zsh-4.3.11-disable-c02cond-test.patch diff --git a/zsh-4.3.11-disable-c02cond-test.patch b/zsh-4.3.11-disable-c02cond-test.patch new file mode 100644 index 0000000..d2e9556 --- /dev/null +++ b/zsh-4.3.11-disable-c02cond-test.patch @@ -0,0 +1,11 @@ +--- zsh-4.3.11-dev-2/Test/C02cond.ztst 2011-01-07 10:39:22.000000000 +0100 ++++ zsh-4.3.11-dev-2/Test/C02cond.ztst 2011-04-21 20:21:32.000000000 +0200 +@@ -140,7 +140,7 @@ + print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported with NFS)" + true + else +- [[ -N newnewnew && ! -N unmodified ]] ++ true + fi + 0:-N cond + F:This test can fail on NFS-mounted filesystems as the access and