scc

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

commit 6c6705b2440b6bfe4f2a12979860c678e256494c
parent 933908bcbe0f22ecea7dd76babd4aca74e91c275
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 26 Feb 2018 07:42:20 +0000

[tests/ar] Remove generation of master.a from chktest.sh

This work is done in mkmaster.sh

Diffstat:
Mtests/ar/execute/chktest.sh | 23+----------------------
1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/tests/ar/execute/chktest.sh b/tests/ar/execute/chktest.sh @@ -6,28 +6,7 @@ stty tabs tabs 40 ulimit -c 40 rm -f test.log -rm -rf file* master.a - -uid=`id -u` -gid=`id -g` - -cat <<EOF >master.a -!<arch> -file1 315532800 `printf "%-6d" $uid``printf "%-6d" $gid`100644 79 \` -This is the first file, -and it should go in the -first position in the archive. - -file2 315532800 `printf "%-6d" $uid``printf "%-6d" $gid`100644 125 \` -But this other one is the second one, -and it shouldn't go in the first position -because it should go in the second position. - -file3 315532800 `printf "%-6d" $uid``printf "%-6d" $gid`100644 118 \` -and at the end, this is the last file -that should go at the end of the file, -thus it should go in the third position. -EOF +rm -rf file* for i in *-*.sh do