Home | History | Annotate | Download | only in shm_open
      1 #! /bin/sh
      2 #
      3 # Test that shm_open() returns a  non-negative integer representing the
      4 # lowest numbered unused file descriptor upon successful completion.
      5 #
      6 # This is tested implicitly via assertion 8.
      7 
      8 echo "Tested implicitly via assertion 8."
      9 exit 0
     10 
     11