removing own username from tar tests

This commit is contained in:
Alex Shinn 2017-03-25 19:44:36 +09:00
parent be907a31e3
commit 3b2e694372

View file

@ -40,8 +40,6 @@
(test 501 (tar-uid x))
(test "bob" (tar-owner x)))
(let ((x (make-tar "bar" #o644 501 502 123 456 "0")))
(test "foof" (tar-owner x))
(test "nobody" (tar-group x))
(test "bar" (tar-path x))
(test "" (tar-path-prefix x))
(tar-owner-set! x "john")