aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-11-04 10:30:38 -0600
committerJacob Pipkin <j@dawnrazor.net>2012-11-04 10:30:38 -0600
commitc32526202bb0870e1c9fc2402f303f695777eec1 (patch)
treed3ad46adc0c6d55f334c316add9ec98f7e608e77
parentf32a8fb3fbab6ea530335e4437632c66ace06d8b (diff)
downloadsbotools2-c32526202bb0870e1c9fc2402f303f695777eec1.tar.xz
fix to support changes in rewrite_slackbuild
-rwxr-xr-xt/test.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/t/test.t b/t/test.t
index 972602c..f556643 100755
--- a/t/test.t
+++ b/t/test.t
@@ -226,18 +226,6 @@ $expected_out = "55c55
< LIBDIRSUFFIX=\"64\"
---
> LIBDIRSUFFIX=\"\"
-67c67
-< tar xvf \$CWD/\$PRGNAM-\$VERSION.tar.bz2
----
-> tar xvf \$CWD/\$PRGNAM-\$VERSION.tar.bz2 | tee -a $tempfn
-87c87
-< make
----
-> make -j 5
-103c103
-< /sbin/makepkg -l y -c n \$OUTPUT/\$PRGNAM-\$VERSION-\$ARCH-\$BUILD\$TAG.\${PKGTYPE:-tgz}
----
-> /sbin/makepkg -l y -c n \$OUTPUT/\$PRGNAM-\$VERSION-i486-\$BUILD\$TAG.\${PKGTYPE:-tgz} | tee -a $tempfn
";
is (diff ("$slackbuild.orig", $slackbuild, {STYLE => 'OldStyle'}),
$expected_out, 'all changed lines rewritten correctly');