Selaa lähdekoodia

Adjust list of expected binaries

Jeremy Soller 6 vuotta sitten
vanhempi
commit
e4be43f617

+ 5 - 6
tests/Makefile

@@ -13,9 +13,7 @@ EXPECT_BINS=\
 	fcntl \
 	fsync \
 	ftruncate \
-	getid \
 	getc_unget \
-	link \
 	locale \
 	math \
 	mem \
@@ -30,12 +28,10 @@ EXPECT_BINS=\
 	stdio/fwrite \
 	stdio/all \
 	stdio/freopen \
-	stdlib/bsearch \
 	stdlib/strtol \
 	stdlib/strtoul \
 	stdlib/a64l \
 	stdlib/rand \
-	stdlib/mktemp \
 	string/strncmp \
 	string/strcspn \
 	string/strchr \
@@ -46,7 +42,6 @@ EXPECT_BINS=\
 	string/strtok \
 	string/strtok_r \
 	unistd/getopt \
-	unlink \
 	waitpid \
 	write \
 	time \
@@ -60,7 +55,11 @@ BINS=\
 	chdir \
 	gethostname \
 	getid \
-	setid
+	link \
+	setid \
+	stdlib/bsearch \
+	stdlib/mktemp \
+	unlink
 
 all: $(BINS)
 

+ 0 - 0
tests/expected/getid.stderr


+ 0 - 1
tests/expected/getid.stdout

@@ -1 +0,0 @@
-egid: 1000, euid: 1000, gid: 1000, pgid: 9363, pid: 10165, ppid 10121, uid 1000

+ 0 - 1
tests/expected/link.stderr

@@ -1 +0,0 @@
-link: Success

+ 0 - 0
tests/expected/link.stdout


+ 0 - 0
tests/expected/stdlib/bsearch.stderr


+ 0 - 3
tests/expected/stdlib/bsearch.stdout

@@ -1,3 +0,0 @@
-0x7ffd837cb514
-0x7ffd837cb518
-PASS bsearch

+ 0 - 0
tests/expected/stdlib/mktemp.stderr


+ 0 - 1
tests/expected/stdlib/mktemp.stdout

@@ -1 +0,0 @@
-tempXXsTJ4p

+ 0 - 1
tests/expected/unlink.stderr

@@ -1 +0,0 @@
-unlink: Success

+ 0 - 0
tests/expected/unlink.stdout