about summary refs log tree commit diff
path: root/pkgs/tools/misc/fwup/fix-testrunner-darwin.patch
blob: b04b436ff5b107726b2f8f47302d2fd4b4fa6e4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/tests/common-orig.sh b/tests/common.sh
index 1f2673f..79dcf74 100755
--- a/tests/common-orig.sh
+++ b/tests/common.sh
@@ -21,20 +21,6 @@ else
 fi
 
 case "$HOST_OS" in
-    Darwin)
-	# BSD stat
-        STAT_FILESIZE_FLAGS="-f %z"
-
-	# Not -d?
-        BASE64_DECODE=-D
-
-        READLINK=/usr/local/bin/greadlink
-        [ -e $READLINK ] || ( echo "Please run 'brew install coreutils' to install greadlink"; exit 1 )
-        [ -e /usr/local/bin/mdir ] || ( echo "Please run 'brew install mtools' to install mdir"; exit 1 )
-
-        FSCK_FAT=fsck_msdos
-        TIMEOUT=gtimeout
-        ;;
     FreeBSD|NetBSD|OpenBSD|DragonFly)
 	# BSD stat
         STAT_FILESIZE_FLAGS="-f %z"