exclude_tests: use _Noreturn
[pspp] / tests / test-pipe-filter-gi1.sh
index a657980e0a2ffdf6be5030b70129bac557e664db..88404701dfe64cb44e6c30426a7efcb6ec07ae9f 100755 (executable)
@@ -2,10 +2,14 @@
 
 # Find a 'tr' program that supports character ranges in the POSIX syntax.
 # Solaris /usr/bin/tr does not.
-if test -f /usr/xpg4/bin/tr; then
-  TR=/usr/xpg4/bin/tr
+if test -f /usr/xpg6/bin/tr; then
+  TR=/usr/xpg6/bin/tr
 else
-  TR=tr
+  if test -f /usr/xpg4/bin/tr; then
+    TR=/usr/xpg4/bin/tr
+  else
+    TR=tr
+  fi
 fi
 
 # A small file.