blob: a3d8f2ec63363fae6b711ffed299a97814a191e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Author: "P. J. McDermott" <pj@pehjota.net>
Subject: tests/need-filename: Disable ed tests
BusyBox ed prints "No such file or directory" on one of the tests.
diff -Naur src.orig/tests/need-filename src/tests/need-filename
--- src.orig/tests/need-filename 2012-04-06 06:57:37.000000000 -0400
+++ src/tests/need-filename 2014-10-13 14:45:48.647840738 -0400
@@ -39,8 +39,8 @@
# ==============================================================
-if ! have_ed ; then
- echo "The ed utility is not available; skipping ed related tests"
+if true ; then
+ echo "ed related tests disabled"
else
cat > e.diff <<EOF
0a
|