From 7893ec7ca442dfc7cd58271e2be594e2c6c5a414 Mon Sep 17 00:00:00 2001 From: dancer Date: Sat, 13 Mar 2004 02:58:31 +0000 Subject: update testsuite and verify that it works. --- examples/E50-libc2.3.2.ds1-11-workaround | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/E50-libc2.3.2.ds1-11-workaround (limited to 'examples') diff --git a/examples/E50-libc2.3.2.ds1-11-workaround b/examples/E50-libc2.3.2.ds1-11-workaround new file mode 100644 index 0000000..350e79a --- /dev/null +++ b/examples/E50-libc2.3.2.ds1-11-workaround @@ -0,0 +1,9 @@ +#!/bin/sh +# work around libc6 postinst which mounts /sys etc. +set +e +umount /sys +umount /proc/bus/usb +umount /dev/shm + +exit 0 + -- cgit v1.2.3