diff --git a/src/apps/icon-o-matic/run b/src/apps/icon-o-matic/run deleted file mode 100755 index 92d3d4b553..0000000000 --- a/src/apps/icon-o-matic/run +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -../../../generated/tests/libbe_test/x86/apps/run_haiku_registrar || exit - -if test -f ../../../generated/tests/libbe_test/x86/apps/haiku_app_server; then - ../../../generated/tests/libbe_test/x86/apps//haiku_app_server & -else - echo "You need to \"TARGET_PLATFORM=libbe_test jam install-test-apps\" first." -fi - -sleep 1s - -if test -f ../../../generated/tests/libbe_test/x86/apps/Icon-O-Matic; then - ../../../generated/tests/libbe_test/x86/apps/Icon-O-Matic -else - echo "You need to \"TARGET_PLATFORM=libbe_test jam install-test-apps\" first." -fi -