From 0778d3c45d1aef18d9b2ae6769e372b2a3d83b8e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 4 Mar 2025 09:41:00 +0100 Subject: New cross-platform argparser to replace getopt and getoptpp. --- test/suite/test.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/suite/test.sh') diff --git a/test/suite/test.sh b/test/suite/test.sh index 97d2551..c54137a 100755 --- a/test/suite/test.sh +++ b/test/suite/test.sh @@ -70,8 +70,6 @@ ctor -v # Object file should have been recompiled MOD2=`stat $STAT_FORMAT ${BUILDDIR}/hello-hello_cc.o` -echo $MOD1 -echo $MOD2 [[ $MOD1 == $MOD2 ]] && fail ${LINENO} # Replacve -DFOO with -DBAR in foo external.cxxflags -- cgit v1.2.3