From 3b2e694372f103a9c9d6ad74ead8e92e327d5e8c Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sat, 25 Mar 2017 19:44:36 +0900 Subject: [PATCH] removing own username from tar tests --- lib/chibi/tar-test.sld | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/chibi/tar-test.sld b/lib/chibi/tar-test.sld index 1b9bab45..719aaaa0 100644 --- a/lib/chibi/tar-test.sld +++ b/lib/chibi/tar-test.sld @@ -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")