mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
removing own username from tar tests
This commit is contained in:
parent
be907a31e3
commit
3b2e694372
1 changed files with 0 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue