diff options
author | Rob Landley <rob@landley.net> | 2019-04-02 14:01:09 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-04-02 14:01:09 -0500 |
commit | 8978bbe38dd7df38c3cf71a9afbe40b1250440c8 (patch) | |
tree | daa76d932d369a6b3cac5989267b9657fce0431c /tests | |
parent | 40fe0f18ffba7015828dddb7fce023250ca9073f (diff) | |
download | toybox-8978bbe38dd7df38c3cf71a9afbe40b1250440c8.tar.gz |
Don't check in todo notes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tar.test | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/tar.test b/tests/tar.test index 01689caf..ef83ad94 100644 --- a/tests/tar.test +++ b/tests/tar.test @@ -115,26 +115,6 @@ skipnot chown nobody dir/file testing "ownership" "$TAR dir/block | $SUM" \ "blat" "" "" -# merge add_to_tar and write_longname, - -# add dir with no trailing slash -# don't allow hardlink target outside cwd -# extract dir/file without dir in tarball -# create with and without each flag -# --owner --group --numeric-owner -# extract with and without each flag -# --owner 0 --group 0 -# symlink -# set symlink owner -# hardlink -# /abspath -# >256 hardlink inodes -# // remove leading / and any .. entries from saved name -# // exclusion defaults to --no-anchored and --wildcards-match-slash -# //bork blah../thing blah/../thing blah/../and/../that blah/.. ../blah -# tar tv --owner --group --mtime -# extract file within dir date correct - TZ="$OLDTZ" umask $OLDUMASK unset LONG TAR SUM OLDUMASK OLDTZ LST |