aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed/sed-handles-unsatisfied-backrefs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sed/sed-handles-unsatisfied-backrefs')
-rw-r--r--testsuite/sed/sed-handles-unsatisfied-backrefs6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/sed/sed-handles-unsatisfied-backrefs b/testsuite/sed/sed-handles-unsatisfied-backrefs
deleted file mode 100644
index 61bff8837..000000000
--- a/testsuite/sed/sed-handles-unsatisfied-backrefs
+++ /dev/null
@@ -1,6 +0,0 @@
-busybox sed -e 's/.*root=/\1/' >output <<EOF
-BOOT_IMAGE=vmlinuz root=/dev/hda5 initrd=init1
-EOF
-cmp -s output - <<EOF
-/dev/hda5 initrd=init1
-EOF