scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit e1461b2fbe8e330617c99a53cb54132c390f856b
parent 46b676076e40e692943f87487e2d2f33fdbe5448
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 21 Feb 2018 21:01:08 +0000

[ar] Make -m tests more orthogonal

Diffstat:
Mtests/ar/execute/50-test-m.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ar/execute/50-test-m.sh b/tests/ar/execute/50-test-m.sh @@ -8,10 +8,10 @@ tmp1=`mktemp` tmp2=`mktemp` trap "rm -f file* $tmp1 $tmp2" 0 2 3 -cp master.a file.a ############################################################################ #move 1st without specifier +cp master.a file.a ar -mv file.a file1 ar -t file.a > $tmp1