~ubuntu-branches/debian/sid/cde/sid

« back to all changes in this revision

Viewing changes to tests/mkfifo_test/mkfifo.sh

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2012-02-03 19:27:05 UTC
  • Revision ID: package-import@ubuntu.com-20120203192705-ll6f1nr45ead65ed
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# remember to use an ABSOLUTE PATH to test redirection
 
4
rm -f /home/pgbovine/CDE/tests/hello.fifo
 
5
mknod /home/pgbovine/CDE/tests/hello.fifo p
 
6
ls ../hello.fifo