From b04b2f8af4782226552b37088f2ad560954b799f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 18 Oct 2022 03:24:14 -0500 Subject: [PATCH] Tests run as child processes now, remove old cleanup. --- tests/tar.test | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/tar.test b/tests/tar.test index 43005a44..de6617c3 100755 --- a/tests/tar.test +++ b/tests/tar.test @@ -5,9 +5,7 @@ #testing "name" "command" "result" "infile" "stdin" # For reproducibility: TZ=UTC, umask 0002, override ownership and timestamp -OLDTZ="$TZ" export TZ=utc -OLDUMASK=$(umask) umask 0002 TAR='tar c --owner root --group sys --mtime @1234567890' @@ -409,8 +407,4 @@ tar cpf tar.tgz dir/file fi -TZ="$OLDTZ" -umask $OLDUMASK -unset LONG TAR SUM OLDUMASK OLDTZ -unset -f LST rm -f save.dat -- 2.39.2