From: Lionel Sambuc Date: Sun, 3 Aug 2014 12:39:09 +0000 (+0200) Subject: commands/test: removed X-Git-Tag: v3.3.0~59 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=ae8b65444dad617ca73a69892c02e42f911231b6;p=minix.git commands/test: removed Change-Id: I5557eb2116d23c466ce82f1c8c9d18590316a0d0 --- diff --git a/minix/commands/Makefile b/minix/commands/Makefile index 8ea33a37c..854f7634a 100644 --- a/minix/commands/Makefile +++ b/minix/commands/Makefile @@ -34,7 +34,6 @@ SUBDIR= add_route arp ash at backup btrace \ worldstone updateboot update_bootcfg \ atnormalize dosread fdisk loadfont \ autopart part partition playwave \ - recwave repartition screendump \ - test + recwave repartition screendump .include diff --git a/minix/commands/shared/README b/minix/commands/shared/README deleted file mode 100644 index 61173be79..000000000 --- a/minix/commands/shared/README +++ /dev/null @@ -1,14 +0,0 @@ -builtin.sh is installed as a set of tools to stand in for specific -filesystem call to builtin commands. - -for example if /bin/test is used, then builtin.sh will be loaded -and simply call the builtin function of the same name. - -At this moment it is installed as the following commands: -/bin/[ -/bin/echo -/bin/test - -If one of the following is replaced by the NetBSD equivalent, please -update the list, and remove this completly when it is not anymore -required. diff --git a/minix/commands/shared/builtin.sh b/minix/commands/shared/builtin.sh deleted file mode 100644 index e1f28e46a..000000000 --- a/minix/commands/shared/builtin.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# cd 1.3 - equivalents for normally builtin commands. Author: Kees J. Bot - -case $0 in -*/*) command="`expr "$0" : '.*/\(.*\)'`" - ;; -*) command="$0" -esac - -"$command" "$@" diff --git a/minix/commands/test/Makefile b/minix/commands/test/Makefile deleted file mode 100644 index 5b4a03b8a..000000000 --- a/minix/commands/test/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -SCRIPTS= test.sh -BINDIR= /bin -MAN= - -.include diff --git a/minix/commands/test/test.sh b/minix/commands/test/test.sh deleted file mode 120000 index f9350d4b6..000000000 --- a/minix/commands/test/test.sh +++ /dev/null @@ -1 +0,0 @@ -../shared/builtin.sh \ No newline at end of file