diff --git a/tests/tests.sh b/tests/tests.sh index 389412b..2225eb4 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh #$Id$ -#Copyright (c) 2011-2012 Pierre Pronchery +#Copyright (c) 2011-2013 Pierre Pronchery #This file is part of DeforaOS System libSystem #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by @@ -25,9 +25,9 @@ _usage() #main -while getopts "P:" "name"; do +while getopts "cP:" "name"; do case "$name" in - P) + c|P) #XXX ignored ;; ?)