Skip to content

Commit

Permalink
test percent with fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geedo0 committed Aug 21, 2024
1 parent c080b51 commit 9c2b724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
11 changes: 0 additions & 11 deletions oqs-scripts/clone_liboqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@
# - LIBOQS_BRANCH: which branch to check out, "main" by default
###########

env
echo $USER
USER=`whoami`
echo $USER
echo ~$USER
# echo $HOME
# echo ~
cat /etc/passwd
grep $USER /etc/passwd | cut -d ':' -f6
exit -1

set -exo pipefail

LIBOQS_REPO=${LIBOQS_REPO:-"https://github.com/open-quantum-safe/liboqs.git"}
Expand Down
5 changes: 1 addition & 4 deletions regress/percent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ USERID=`id -u`
HOST=`hostname | cut -f1 -d.`
HOSTNAME=`hostname`
HASH=""
echo $USER
echo -n ~$USER
HOME=`echo -n ~`
echo $HOME
HOME=`grep $USER /etc/passwd | cut -d ':' -f6`

# Localcommand is evaluated after connection because %T is not available
# until then. Because of this we use a different method of exercising it,
Expand Down

0 comments on commit 9c2b724

Please sign in to comment.