diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-11-04 10:30:38 -0600 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-11-04 10:30:38 -0600 |
commit | c32526202bb0870e1c9fc2402f303f695777eec1 (patch) | |
tree | d3ad46adc0c6d55f334c316add9ec98f7e608e77 | |
parent | f32a8fb3fbab6ea530335e4437632c66ace06d8b (diff) | |
download | sbotools2-c32526202bb0870e1c9fc2402f303f695777eec1.tar.xz |
fix to support changes in rewrite_slackbuild
-rwxr-xr-x | t/test.t | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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'); |