From: Bdale Garbee Date: Sat, 12 Nov 2011 17:40:01 +0000 (-0700) Subject: work around test56 failing on kfreebsd X-Git-Tag: debian/1.26-3~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=453b2fb529abce57b369eb7470965ef6d1321c02;p=debian%2Ftar work around test56 failing on kfreebsd --- diff --git a/debian/changelog b/debian/changelog index 8ab983e3..e15f6d99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 index 00000000..64a2592d --- /dev/null +++ b/debian/patches/listed03-linux-only @@ -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 diff --git a/debian/patches/series b/debian/patches/series index 5b2c6b78..aa99656d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ doc-hack.diff longlink-hack.diff +listed03-linux-only diff --git a/tests/listed03.at b/tests/listed03.at index f3feda76..d595b99c 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