Skip to content

Commit

Permalink
Issue #75: robot-framework: Add test script for bash-with-only-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Mar 14, 2015
1 parent 9b27f0c commit b805c9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/bash/dollar-one-question.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
#echo before
fparam=${1:?}
echo $fparam

0 comments on commit b805c9f

Please sign in to comment.