1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
From: Santiago Vila <sanvila@debian.org>
Subject: Disable test/05/t0524a.sh so that the package may be built with sbuild + unshare
Bug-Debian: https://bugs.debian.org/1072146
Last-Update: 2024-05-29
--- a/test/05/t0524a.sh
+++ b/test/05/t0524a.sh
@@ -21,6 +21,9 @@
TEST_SUBJECT="tempnam ENOTDIR"
. test_prelude
+# this test doesn't work when using sbuild + unshare
+pass
+
cat > test.ok << 'fubar'
tempnam(dir = ".", prefix = "abc/def") failed, Not a directory (ENOTDIR)
because there is no "abc" directory in the current directory; the tempnam
|