diff options
Diffstat (limited to 'pts/test-resources/gnupg')
-rw-r--r-- | pts/test-resources/gnupg/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/gnupg/install.sh b/pts/test-resources/gnupg/install.sh index ecafeda..61afd19 100644 --- a/pts/test-resources/gnupg/install.sh +++ b/pts/test-resources/gnupg/install.sh @@ -16,5 +16,5 @@ rm -rf gnupg-1.4.9/ echo trondheim-pts-1234567890 > passphrase echo "#!/bin/sh -time -f \"Encryption Time: %e Seconds\" ./gnupg_/bin/gpg -c --no-options --passphrase-file passphrase -o /dev/null 1gbfile 2>&1" > gnupg +/usr/bin/time -f \"Encryption Time: %e Seconds\" ./gnupg_/bin/gpg -c --no-options --passphrase-file passphrase -o /dev/null 1gbfile 2>&1" > gnupg chmod +x gnupg |