mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +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 501 (tar-uid x))
|
||||||
(test "bob" (tar-owner x)))
|
(test "bob" (tar-owner x)))
|
||||||
(let ((x (make-tar "bar" #o644 501 502 123 456 "0")))
|
(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 "bar" (tar-path x))
|
||||||
(test "" (tar-path-prefix x))
|
(test "" (tar-path-prefix x))
|
||||||
(tar-owner-set! x "john")
|
(tar-owner-set! x "john")
|
||||||
|
|
Loading…
Add table
Reference in a new issue