summaryrefslogtreecommitdiffstats
path: root/tools/schedsim/shell/scripts/script01
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/schedsim/shell/scripts/script0111
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/schedsim/shell/scripts/script01 b/tools/schedsim/shell/scripts/script01
deleted file mode 100644
index 9a40dc35bb..0000000000
--- a/tools/schedsim/shell/scripts/script01
+++ /dev/null
@@ -1,11 +0,0 @@
-echo "*** TEST 01 ***"
-rtems_init
-echo "=== Create and delete 0x0a010001 ==="
-task_create TA1 3
-task_delete TA1
-echo "=== Create and delete 0x0a010002 ==="
-task_create TA1 3
-task_delete 0x0a010002
-echo "*** END OF TEST 01 ***"
-exit
-# We will not get here