work around test56 failing on kfreebsd
authorBdale Garbee <bdale@gag.com>
Sat, 12 Nov 2011 17:40:01 +0000 (10:40 -0700)
committerBdale Garbee <bdale@gag.com>
Sat, 12 Nov 2011 17:40:01 +0000 (10:40 -0700)
debian/changelog
debian/patches/listed03-linux-only [new file with mode: 0644]
debian/patches/series
tests/listed03.at

index 8ab983e39bcdc7a4b477f08d8c3a8bc4a5449446..e15f6d9936bea390e1156d75227d61e0bf05f35a 100644 (file)
@@ -1,3 +1,10 @@
+tar (1.26-3) UNRELEASED; urgency=low
+
+  * only run listed03.at on Linux systems synce upstream says it's known to
+    fail on BSD, apparently including our kfreebsd variants, closes: #639178
+
+ -- Bdale Garbee <bdale@gag.com>  Sat, 12 Nov 2011 10:38:26 -0700
+
 tar (1.26-2) unstable; urgency=low
 
   * clean up various lintian warnings
diff --git a/debian/patches/listed03-linux-only b/debian/patches/listed03-linux-only
new file mode 100644 (file)
index 0000000..64a2592
--- /dev/null
@@ -0,0 +1,12 @@
+diff --git a/tests/listed03.at b/tests/listed03.at
+index f3feda7..d595b99 100644
+--- a/tests/listed03.at
++++ b/tests/listed03.at
+@@ -24,6 +24,7 @@ AT_KEYWORDS([listed incremental listed03])
+ AT_TAR_CHECK([
+ AT_UNPRIVILEGED_PREREQ
++test `uname` = "Linux" || AT_SKIP_TEST
+ mkdir dir
+ mkdir dir/sub
index 5b2c6b78089c87349907e977437d2bba574ed8d5..aa99656d4a83f54ef8e4c8e05a4b9f85881e4fc3 100644 (file)
@@ -1,2 +1,3 @@
 doc-hack.diff
 longlink-hack.diff
+listed03-linux-only
index f3feda761e7df450d45e9d3f98c401922da7a4b4..d595b99cc433a9696e9f4363e52a277bc32774cd 100644 (file)
@@ -24,6 +24,7 @@ AT_KEYWORDS([listed incremental listed03])
 
 AT_TAR_CHECK([
 AT_UNPRIVILEGED_PREREQ
+test `uname` = "Linux" || AT_SKIP_TEST
 
 mkdir dir
 mkdir dir/sub