summaryrefslogtreecommitdiffstats
path: root/lowercasing_test/src/tests/hello-world/dotest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lowercasing_test/src/tests/hello-world/dotest.sh')
-rwxr-xr-xlowercasing_test/src/tests/hello-world/dotest.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/lowercasing_test/src/tests/hello-world/dotest.sh b/lowercasing_test/src/tests/hello-world/dotest.sh
deleted file mode 100755
index 53f66a84ffe..00000000000
--- a/lowercasing_test/src/tests/hello-world/dotest.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-set -e
-
-. ../../binref/env.sh
-
-./lowercasing_test_hello-world-local_app > out.txt
-$HELLO_WORLD_APP >> out.txt
-$BINREF/runjava HelloWorldLocal >> out.txt
-$BINREF/runjava HelloWorld >> out.txt
-
-if diff -u out.txt ref.txt; then
- exit 0
-else
- exit 1
-fi