mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
32 lines
507 B
Text
32 lines
507 B
Text
# MODE email
|
|
# check that FILE presence gives an error
|
|
FILE /dev/null
|
|
# /expect ^err
|
|
PREP_ENCRYPT
|
|
RESET
|
|
# same for INPUT
|
|
INPUT FILE=/dev/zero
|
|
# /expect ^err
|
|
PREP_ENCRYPT
|
|
RESET
|
|
# same for OUTPUT
|
|
OUTPUT FILE=/dev/null
|
|
# /expect ^err
|
|
PREP_ENCRYPT
|
|
RESET
|
|
# same for MESSAGE
|
|
MESSAGE FILE=/dev/zero
|
|
# /expect ^err
|
|
PREP_ENCRYPT
|
|
RESET
|
|
#
|
|
# check that SENDER presence gives an error
|
|
SENDER foo@bar.com
|
|
# /expect ^err
|
|
PREP_ENCRYPT
|
|
RESET
|
|
#
|
|
# check that RECIPIENT absence gives an error
|
|
# /expect ^err
|
|
PREP_ENCRYPT
|
|
RESET
|