summaryrefslogtreecommitdiffstats
path: root/tools/schedsim/shell/scripts/script06
diff options
context:
space:
mode:
Diffstat (limited to 'tools/schedsim/shell/scripts/script06')
-rw-r--r--tools/schedsim/shell/scripts/script0614
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/schedsim/shell/scripts/script06 b/tools/schedsim/shell/scripts/script06
deleted file mode 100644
index 962568d338..0000000000
--- a/tools/schedsim/shell/scripts/script06
+++ /dev/null
@@ -1,14 +0,0 @@
-echo "*** TEST 06 ***"
-rtems_init
-echo Create 0x0a010001
-task_create TA1 1
-task_create TA2 2
-task_create TA3 3
-semaphore_create SEM1
-semaphore_obtain SEM1 0
-semaphore_obtain SEM1 0
-semaphore_release SEM1
-semaphore_delete SEM1
-echo "*** END OF TEST 06 ***"
-exit
-# We will not get here