commit | decaf0b1829a8044a19db96093021481e0a393dc | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sat Aug 30 22:22:09 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sat Aug 30 22:22:09 2014 +0200 |
tree | 2442b9beec2e78804f18f11f72c238ee54789ea7 | |
parent | a4afadfccd6d5de4f430eb728a551a15d2cadc1e [diff] |
Clean up unused variable in compat.sh
diff --git a/tests/compat.sh b/tests/compat.sh index 67a6f5f..28c8021 100755 --- a/tests/compat.sh +++ b/tests/compat.sh
@@ -954,9 +954,6 @@ esac done -# used by watchdog -MAIN_PID="$$" - # Pick a "unique" port in the range 10000-19999. PORT="0000$$" PORT="1$(echo $PORT | tail -c 5)"