summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/mksymtab.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 21:39:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 21:39:57 +0000
commit697666a4f68ea2cd163cbba71dd703ee7b8efab5 (patch)
tree131c191493d4b1db094cddb4ce39e9d75c539daf /apps/examples/elf/tests/mksymtab.sh
parenta98403873095d93cc68226cc63f15a6194bf2268 (diff)
downloadnuttx-697666a4f68ea2cd163cbba71dd703ee7b8efab5.tar.gz
nuttx-697666a4f68ea2cd163cbba71dd703ee7b8efab5.tar.bz2
nuttx-697666a4f68ea2cd163cbba71dd703ee7b8efab5.zip
Added a test of posix_spawn()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5507 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/elf/tests/mksymtab.sh')
-rwxr-xr-xapps/examples/elf/tests/mksymtab.sh18
1 files changed, 1 insertions, 17 deletions
diff --git a/apps/examples/elf/tests/mksymtab.sh b/apps/examples/elf/tests/mksymtab.sh
index 56be10f73..51408a89c 100755
--- a/apps/examples/elf/tests/mksymtab.sh
+++ b/apps/examples/elf/tests/mksymtab.sh
@@ -1,22 +1,6 @@
#!/bin/bash
-usage="Usage: $0 [-t <tmp-file>] <test-dir-path>"
-
-# Check for the optional tempory file name
-
-tmpfile=varlist.tmp
-if [ "X${1}" = "X-t" ]; then
- shift
- tmpfile=$1
- shift
-
- if [ -z "$tmpfile" ]; then
- echo "ERROR: Missing <tmpfile>"
- echo ""
- echo $usage
- exit 1
- fi
-fi
+usage="Usage: $0 <test-dir-path>"
# Check for the required ROMFS directory path