]> git.lizzy.rs Git - rust.git/commit
Move command-related tests into command/
authorJeremy Fitzhardinge <jeremy@goop.org>
Thu, 12 Dec 2019 05:39:57 +0000 (21:39 -0800)
committerJeremy Fitzhardinge <jsgf@fb.com>
Mon, 16 Dec 2019 22:44:16 +0000 (14:44 -0800)
commitce56e7528359b9581cac0b59080d25468d60de20
treeb96bbc2c0c8627ca77d82ffe907e64087ae1651f
parent232022ff176bc77d19137ba7b3a40b73b403df9b
Move command-related tests into command/
src/test/ui/command-argv0-debug.rs [deleted file]
src/test/ui/command-argv0.rs [deleted file]
src/test/ui/command-exec.rs [deleted file]
src/test/ui/command-pre-exec.rs [deleted file]
src/test/ui/command-uid-gid.rs [deleted file]
src/test/ui/command/command-argv0-debug.rs [new file with mode: 0644]
src/test/ui/command/command-argv0.rs [new file with mode: 0644]
src/test/ui/command/command-exec.rs [new file with mode: 0644]
src/test/ui/command/command-pre-exec.rs [new file with mode: 0644]
src/test/ui/command/command-uid-gid.rs [new file with mode: 0644]