~ubuntu-branches/debian/sid/astroidmail/sid

« back to all changes in this revision

Viewing changes to tests/forktee.sh

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2017-10-11 19:57:04 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20171011195704-axyliv79qoe74aqm
Tags: 0.10.2-2
Fix create fake $HOME for testsuite to please gnupg2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /usr/bin/env bash
 
2
 
 
3
echo "delivering to: $1"
 
4
 
 
5
echo "forking forktee2.."
 
6
exec ./tests/forktee2.sh $1 < /dev/stdin &
 
7
 
 
8
echo "exiting main process"
 
9
exit 0
 
10