mseaton <mseaton at stevens.edu> wrote:
> Are you saying that ./cp file1 file2 should generate an error?
This should generate an error if file1 and file2 are in fact the same
file. I.e., this scenario:
> > Read the test script:
> >
> > cp ${TEST_FILE} file
> > ln file file2
> > <your-executable> file file2
-Jan