File: unshare-2.patch

package info (click to toggle)
libexplain 1.4.D001-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,248 kB
  • sloc: ansic: 156,043; makefile: 47,892; sh: 16,304; yacc: 1,898; awk: 245
file content (17 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (2)
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